AxisLabelPosition Enumeration

Represents the position of the axis labels.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum AxisLabelPosition

Members

NearAxis0 The labels are placed adjacent to the axis line.
NearAxisOtherSide1 The labels are placed adjacent to the axis on the opposite side as for near-axis.
OutsideStart2 The labels are placed outside the coordinate region on that side where the crossing axis has its minimum value.
OutsideEnd3 The labels are placed outside the coordinate region on that side where the crossing axis has its maximum value.
None4 None.

See Also